remotemanager.logging_utils.log module

class remotemanager.logging_utils.log.Handler[source]

Handler class for the global logging. Allows for limited user control

refresh()[source]

deletes and re-creates the log

property write_mode

returns the current write-mode of the logger

property level

Return the string format of the current logging level

property path

Attribute determining the current log path

debug(msg, *args, **kwargs)[source]

Direct passthrough for debug logging method

info(msg, *args, **kwargs)[source]

Direct passthrough for info logging method

warning(msg, *args, **kwargs)[source]

Direct passthrough for warning logging method

error(msg, *args, **kwargs)[source]

Direct passthrough for error logging method

critical(msg, *args, **kwargs)[source]

Direct passthrough for critical logging method